PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPDelayUntil

Blocks the calling task until a specified time.

OSStatus MPDelayUntil (AbsoluteTime *expirationTime);
expirationTime
A value of type AbsoluteTime specifying when to unblock the task.
function result
A result code. See Result Codes for a list of possible values.
DISCUSSION

You cannot call this function from a cooperative task.

VERSION NOTES

Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)